From: Matthew Flaschen Date: Fri, 1 Jan 2016 03:00:27 +0000 (-0500) Subject: Update MessagePoster topic title docs X-Git-Tag: 1.31.0-rc.0~8497^2 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=0c0e4425b61b8ac1d43cf74e8180f70da4c091f3;p=lhc%2Fweb%2Fwiklou.git Update MessagePoster topic title docs This limitation was for Flow, which now has slightly expanded support. As far as I know, there are no MessagePoster implementations other than wikitext and Flow. Change-Id: Ia0eaeade693f632aa6b9fb9e9f73c41360d5cadf --- diff --git a/resources/src/mediawiki.messagePoster/mediawiki.messagePoster.MessagePoster.js b/resources/src/mediawiki.messagePoster/mediawiki.messagePoster.MessagePoster.js index 113fb00cd5..c51a07a10c 100644 --- a/resources/src/mediawiki.messagePoster/mediawiki.messagePoster.MessagePoster.js +++ b/resources/src/mediawiki.messagePoster/mediawiki.messagePoster.MessagePoster.js @@ -17,7 +17,9 @@ * Post a message (with subject and body) to a talk page. * * @abstract - * @param {string} subject Subject/topic title; plaintext only (no wikitext or HTML) + * @param {string} subject Subject/topic title. The amount of wikitext supported is + * implementation-specific. It is recommended to only use basic wikilink syntax for + * maximum compatibility. * @param {string} body Body, as wikitext. Signature code will automatically be added * by MessagePosters that require one, unless the message already contains the string * ~~~.